Configuring the Report

To configure the report, click Report Options, which will then display selections under the Configure Report area. These settings apply to all sections and fields within the report.

This image shows the Report Editor with Report Options selected.  The Fixed Width Report Format is selected.

Field Description
Report Format Choose between a fixed length report, a delimited report, or an XML formatted report. In a fixed length report, the width of each field is predefined, producing a report in which each record has the same width. A delimited report has fields of varying width, separated by a delimiter specified by the user. An XML formatted report may contain multiple lines in the output file for each record obtained from the dataset.
Pad Alpha and Pad Numeric Used if the value received from the dataset is shorter than the field width. Padding characters can be specified for both alpha and numeric fields.
Suppress printing of repeating lines Remove duplicate lines from the report. The duplicates will only be removed if they are sequential.
Append blank line to end of report Adds an extra blank line at the end of the report.1
End of line characters Choose between DOS/Windows style (CR/LF) or Unix style (LF) end of line characters.
Encoding Currently only supports UTF-8 encoding. UTF-8 encoding allows you to include an optional Byte Order Mark (BOM). Some programs, such as Microsoft Excel, require the BOM in order to render extended ASCII characters correctly.
Default Ext Used to specify a default extension to the output file name if you choose to not use the default extension. The default extension for fixed width reports is .txt, for delimited reports is .txt, and for XML formatted reports is .xml.
Default field width Select another value if you do not want to used the default field width.


 

 


1 Added in 5.4. Prior to this version, an extra blank line was always included. This option is automatically checked for existing reports, but defaults to unchecked for new reports.